ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / MapOwnedCollectionBase<T> Class / Clone Method

In This Topic
    Clone Method (MapOwnedCollectionBase<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Clone( _
       ByVal newOwner As Map _
    ) As Object
    public object Clone( 
       Map newOwner
    )

    Parameters

    newOwner
    See Also